From: Kevin McKinney Date: Thu, 20 Dec 2012 05:31:27 +0000 (-0500) Subject: Staging: bcm: Replace LONG with long in PHSDefines.h X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~9397^2~664 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=86773aa91240d9361b38a41706b9c1b09be75da3;p=linux-4.9.git Staging: bcm: Replace LONG with long in PHSDefines.h This patch replaces "LONG" with "long" in PHSDefines.h Signed-off-by: Kevin McKinney Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/bcm/PHSDefines.h b/drivers/staging/bcm/PHSDefines.h index 0de969ac8552..6f2607c8dac4 100644 --- a/drivers/staging/bcm/PHSDefines.h +++ b/drivers/staging/bcm/PHSDefines.h @@ -48,7 +48,7 @@ typedef struct _S_PHS_RULE { u8 u8RefCnt; u8 bUnclassifiedPHSRule; u8 u8Reserved[3]; - LONG PHSModifiedBytes; + long PHSModifiedBytes; unsigned long PHSModifiedNumPackets; unsigned long PHSErrorNumPackets; } S_PHS_RULE;